home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / PRBGI095.ARJ / DRIVERS.BAT < prev    next >
DOS Batch File  |  1992-06-17  |  241b  |  10 lines

  1. rem This batch may be used to compile drivers.asm
  2. rem
  3. tasm /ml /mx drivers.asm
  4. if errorlevel 1 goto tasm_err
  5. if exist pdrivers.pas tpc pdrivers.pas
  6. if exist prtgraph.lib tlib prtgraph.lib *drivers.obj
  7. exit
  8. :tasm_err
  9. echo tasm error
  10.